{
  "bundles": [
    {
      "@type": "NXBundle",
      "artifactId": "nuxeo-vision-aws",
      "artifactVersion": "1.3.4",
      "bundleGroup": {
        "@type": "NXBundleGroup",
        "bundleIds": [
          "nuxeo-vision-aws",
          "nuxeo-vision-core",
          "nuxeo-vision-google",
          "org.nuxeo.dmk-adaptor",
          "org.nuxeo.ecm.platform.lang.ext"
        ],
        "hierarchyPath": "/grp:org.nuxeo",
        "id": "grp:org.nuxeo",
        "name": "org.nuxeo",
        "parentIds": [],
        "readmes": [
          {
            "blobProviderId": "default",
            "content": "# About / Synopsis\nThis plugin provides a wrapper for Computer Vision Services. Currently it supports the [Google Vision API](https://cloud.google.com/vision/) and the [AWS Rekognition API](https://aws.amazon.com/rekognition/).\n  \n# Installation\n## Google Vision\n- Configure a [Google service account](https://developers.google.com/identity/protocols/OAuth2ServiceAccount)\n- As of march 2nd 2016, billing must be activated in your google account in order to use the Vision API\n- Upload the JSON key file on your instance\n- Edit nuxeo.conf\n```\norg.nuxeo.vision.google.credential=PATH_TO_JSON_CREDENTIAL_FILE\n```\n\n## AWS Rekognition\n- Configure a key/secret pair in the [AWS console](http://docs.aws.amazon.com/general/latest/gr/managing-aws-access-keys.html)\n- Check the [FAQ](https://aws.amazon.com/rekognition/faqs/) to see in which regions the API is available \n- Edit nuxeo.conf\n```\norg.nuxeo.vision.default.provider=aws\norg.nuxeo.vision.aws.region=\norg.nuxeo.vision.aws.key=\norg.nuxeo.vision.aws.secret=\n```\n\n##Plugin\n- From the Nuxeo Marketplace: install [the Nuxeo Vision package](https://connect.nuxeo.com/nuxeo/site/marketplace/package/nuxeo-vision).\n- From the Nuxeo server web UI \"Admin / Update Center / Packages from Nuxeo Marketplace\"\n- From the command line: `nuxeoctl mp-install nuxeo-vision`\n  \n# Code\n## QA\n[![Build Status](https://qa.nuxeo.org/jenkins/buildStatus/icon?job=plugins_nuxeo-vision-master)](https://qa.nuxeo.org/jenkins/job/plugins_nuxeo-vision-master/)\n \n## Requirements\nBuild requires the following software:\n- git\n- maven\n \n## Limitations\nN/A\n \n## Build\n```\ngit clone https://github.com/nuxeo/nuxeo-vision\ncd nuxeo-vision\nmvn clean install\n```\n \n## Deploy (how to install build product)\n- Install the marketplace package\n\n###Google Vision\n- Configure a [Google service account](https://developers.google.com/identity/protocols/OAuth2ServiceAccount)\n- As of march 2nd 2016, billing must be activated in your google account in order to use the Vision API\n- Upload the JSON key file on your instance\n- Edit nuxeo.conf\n```\norg.nuxeo.vision.google.credential=PATH_TO_JSON_CREDENTIAL_FILE\n```\n\n###AWS Rekognition\n- Uses the credentials defined by the Nuxeo AWS service.\n- Check the [FAQ](https://aws.amazon.com/rekognition/faqs/) to see in which regions the API is available \n- Edit nuxeo.conf\n```\norg.nuxeo.vision.default.provider=aws\nnuxeo.aws.accessKeyId=your_AWS_ACCESS_KEY_ID\nnuxeo.aws.secretKey=your_AWS_SECRET_ACCESS_KEY\nnuxeo.aws.region=your_AWS_REGION\n```\n \n# Resources (Documentation and other links)\n[Plugin Documentation](https://doc.nuxeo.com/x/PYHZAQ)\n[Google Vision](https://cloud.google.com/vision/)\n[AWS Rekognition](https://aws.amazon.com/rekognition/)\n \n# Contributing / Reporting issues\n[JIRA](https://jira.nuxeo.com/browse/NXP/component/15408/)\n \n# License\n[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)\n \n# About Nuxeo\nThe [Nuxeo Platform](http://www.nuxeo.com/products/content-management-platform/) is an open source customizable and extensible content management platform for building business applications. It provides the foundation for developing [document management](http://www.nuxeo.com/solutions/document-management/), [digital asset management](http://www.nuxeo.com/solutions/digital-asset-management/), [case management application](http://www.nuxeo.com/solutions/case-management/) and [knowledge management](http://www.nuxeo.com/solutions/advanced-knowledge-base/). You can easily add features using ready-to-use addons or by extending the platform using its extension point system.\n \nThe Nuxeo Platform is developed and supported by Nuxeo, with contributions from the community.\n \nNuxeo dramatically improves how content-based applications are built, managed and deployed, making customers more agile, innovative and successful. Nuxeo provides a next generation, enterprise ready platform for building traditional and cutting-edge content oriented applications. Combining a powerful application development environment with\nSaaS-based tools and a modular architecture, the Nuxeo Platform and Products provide clear business value to some of the most recognizable brands including Verizon, Electronic Arts, Sharp, FICO, the U.S. Navy, and Boeing. Nuxeo is headquartered in New York and Paris.\nMore information is available at [www.nuxeo.com](http://www.nuxeo.com).",
            "digest": "d5a61bdab036e7fb8237d2950177ac50",
            "encoding": "UTF-8",
            "length": 4357,
            "mimeType": "text/plain",
            "name": "README.md"
          }
        ],
        "version": "10.10"
      },
      "bundleId": "nuxeo-vision-aws",
      "components": [
        {
          "@type": "NXComponent",
          "documentationHtml": "",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.vision.core.service--provider",
              "hierarchyPath": "/grp:org.nuxeo/nuxeo-vision-aws/org.nuxeo.vision.aws.provider/Contributions/org.nuxeo.vision.aws.provider--provider",
              "id": "org.nuxeo.vision.aws.provider--provider",
              "registrationOrder": 0,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.vision.core.service",
                "name": "org.nuxeo.vision.core.service",
                "type": "service"
              },
              "version": "1.3.4",
              "xml": "<?xml version='1.0' encoding='UTF-8'?>\n<extension point=\"provider\" target=\"org.nuxeo.vision.core.service\">\n    <provider class=\"org.nuxeo.vision.aws.AmazonRekognitionProvider\" name=\"aws\">\n      <parameters>\n        <parameter name=\"region\"/>\n        <parameter name=\"accessKey\"/>\n        <parameter name=\"secretKey\">********</parameter>\n      </parameters>\n    </provider>\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo/nuxeo-vision-aws/org.nuxeo.vision.aws.provider",
          "name": "org.nuxeo.vision.aws.provider",
          "requirements": [],
          "resolutionOrder": 941,
          "services": [],
          "startOrder": 791,
          "version": "1.3.4",
          "xmlFileContent": "<?xml version='1.0' encoding='UTF-8'?>\n<component name=\"org.nuxeo.vision.aws.provider\" version=\"1.0\">\n\n  <extension point=\"provider\" target=\"org.nuxeo.vision.core.service\">\n    <provider class=\"org.nuxeo.vision.aws.AmazonRekognitionProvider\" name=\"aws\">\n      <parameters>\n        <parameter name=\"region\">${org.nuxeo.vision.aws.region:=}</parameter>\n        <parameter name=\"accessKey\">${org.nuxeo.vision.aws.key:=}</parameter>\n        <parameter name=\"secretKey\">********</parameter>\n      </parameters>\n    </provider>\n  </extension>\n\n</component>",
          "xmlFileName": "/OSGI-INF/aws-rekognition-provider.xml",
          "xmlPureComponent": true
        }
      ],
      "fileName": "nuxeo-vision-aws-1.3.4.jar",
      "groupId": "org.nuxeo",
      "hierarchyPath": "/grp:org.nuxeo/nuxeo-vision-aws",
      "id": "nuxeo-vision-aws",
      "location": "",
      "manifest": "Manifest-Version: 1.0\r\nArchiver-Version: Plexus Archiver\r\nCreated-By: Apache Maven\r\nBuilt-By: jenkins\r\nBuild-Jdk: 1.8.0_191\r\nBundle-ManifestVersion: 2\r\nBundle-Version: 1.0.0\r\nBundle-ActivationPolicy: lazy\r\nBundle-ClassPath: .\r\nBundle-Vendor: Nuxeo\r\nBundle-Name: nuxeo-vision-aws\r\nBundle-SymbolicName: nuxeo-vision-aws;singleton=true\r\nNuxeo-Component: OSGI-INF/aws-rekognition-provider.xml\r\n\r\n",
      "maxResolutionOrder": 941,
      "minResolutionOrder": 941,
      "packages": [
        "nuxeo-vision"
      ],
      "parentReadme": {
        "blobProviderId": "default",
        "content": "# About / Synopsis\nThis plugin provides a wrapper for Computer Vision Services. Currently it supports the [Google Vision API](https://cloud.google.com/vision/) and the [AWS Rekognition API](https://aws.amazon.com/rekognition/).\n  \n# Installation\n## Google Vision\n- Configure a [Google service account](https://developers.google.com/identity/protocols/OAuth2ServiceAccount)\n- As of march 2nd 2016, billing must be activated in your google account in order to use the Vision API\n- Upload the JSON key file on your instance\n- Edit nuxeo.conf\n```\norg.nuxeo.vision.google.credential=PATH_TO_JSON_CREDENTIAL_FILE\n```\n\n## AWS Rekognition\n- Configure a key/secret pair in the [AWS console](http://docs.aws.amazon.com/general/latest/gr/managing-aws-access-keys.html)\n- Check the [FAQ](https://aws.amazon.com/rekognition/faqs/) to see in which regions the API is available \n- Edit nuxeo.conf\n```\norg.nuxeo.vision.default.provider=aws\norg.nuxeo.vision.aws.region=\norg.nuxeo.vision.aws.key=\norg.nuxeo.vision.aws.secret=\n```\n\n##Plugin\n- From the Nuxeo Marketplace: install [the Nuxeo Vision package](https://connect.nuxeo.com/nuxeo/site/marketplace/package/nuxeo-vision).\n- From the Nuxeo server web UI \"Admin / Update Center / Packages from Nuxeo Marketplace\"\n- From the command line: `nuxeoctl mp-install nuxeo-vision`\n  \n# Code\n## QA\n[![Build Status](https://qa.nuxeo.org/jenkins/buildStatus/icon?job=plugins_nuxeo-vision-master)](https://qa.nuxeo.org/jenkins/job/plugins_nuxeo-vision-master/)\n \n## Requirements\nBuild requires the following software:\n- git\n- maven\n \n## Limitations\nN/A\n \n## Build\n```\ngit clone https://github.com/nuxeo/nuxeo-vision\ncd nuxeo-vision\nmvn clean install\n```\n \n## Deploy (how to install build product)\n- Install the marketplace package\n\n###Google Vision\n- Configure a [Google service account](https://developers.google.com/identity/protocols/OAuth2ServiceAccount)\n- As of march 2nd 2016, billing must be activated in your google account in order to use the Vision API\n- Upload the JSON key file on your instance\n- Edit nuxeo.conf\n```\norg.nuxeo.vision.google.credential=PATH_TO_JSON_CREDENTIAL_FILE\n```\n\n###AWS Rekognition\n- Uses the credentials defined by the Nuxeo AWS service.\n- Check the [FAQ](https://aws.amazon.com/rekognition/faqs/) to see in which regions the API is available \n- Edit nuxeo.conf\n```\norg.nuxeo.vision.default.provider=aws\nnuxeo.aws.accessKeyId=your_AWS_ACCESS_KEY_ID\nnuxeo.aws.secretKey=your_AWS_SECRET_ACCESS_KEY\nnuxeo.aws.region=your_AWS_REGION\n```\n \n# Resources (Documentation and other links)\n[Plugin Documentation](https://doc.nuxeo.com/x/PYHZAQ)\n[Google Vision](https://cloud.google.com/vision/)\n[AWS Rekognition](https://aws.amazon.com/rekognition/)\n \n# Contributing / Reporting issues\n[JIRA](https://jira.nuxeo.com/browse/NXP/component/15408/)\n \n# License\n[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)\n \n# About Nuxeo\nThe [Nuxeo Platform](http://www.nuxeo.com/products/content-management-platform/) is an open source customizable and extensible content management platform for building business applications. It provides the foundation for developing [document management](http://www.nuxeo.com/solutions/document-management/), [digital asset management](http://www.nuxeo.com/solutions/digital-asset-management/), [case management application](http://www.nuxeo.com/solutions/case-management/) and [knowledge management](http://www.nuxeo.com/solutions/advanced-knowledge-base/). You can easily add features using ready-to-use addons or by extending the platform using its extension point system.\n \nThe Nuxeo Platform is developed and supported by Nuxeo, with contributions from the community.\n \nNuxeo dramatically improves how content-based applications are built, managed and deployed, making customers more agile, innovative and successful. Nuxeo provides a next generation, enterprise ready platform for building traditional and cutting-edge content oriented applications. Combining a powerful application development environment with\nSaaS-based tools and a modular architecture, the Nuxeo Platform and Products provide clear business value to some of the most recognizable brands including Verizon, Electronic Arts, Sharp, FICO, the U.S. Navy, and Boeing. Nuxeo is headquartered in New York and Paris.\nMore information is available at [www.nuxeo.com](http://www.nuxeo.com).",
        "digest": "d5a61bdab036e7fb8237d2950177ac50",
        "encoding": "UTF-8",
        "length": 4357,
        "mimeType": "text/plain",
        "name": "README.md"
      },
      "requirements": [],
      "version": "1.3.4"
    }
  ],
  "creationDate": 1664793571025,
  "key": "Nuxeo Platform LTS 2019-10.10",
  "name": "Nuxeo Platform LTS 2019",
  "operations": [],
  "packages": [
    {
      "@type": "NXPackage",
      "bundles": [
        "org.nuxeo.runtime.aws",
        "nuxeo-vision-aws",
        "nuxeo-vision-core",
        "nuxeo-vision-google"
      ],
      "conflicts": [],
      "dependencies": [
        "nuxeo-dam"
      ],
      "hierarchyPath": "/nuxeo-vision-1.3.4",
      "id": "nuxeo-vision-1.3.4",
      "name": "nuxeo-vision",
      "optionalDependencies": [],
      "packageType": "addon",
      "title": "Nuxeo Vision",
      "version": "1.3.4"
    }
  ],
  "pluginSnapshots": {},
  "releaseDate": 1547942400000,
  "version": "10.10"
}